home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000244_news@columbia.edu _Wed Mar 20 13:59:10 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id NAA28607 for <kermit.misc@watsun>; Wed, 20 Mar 1996 13:59:08 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id NAA18060 for kermit.misc@watsun; Wed, 20 Mar 1996 13:59:05 -0500 (EST)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!newsfeed.internetmci.com!EU.net!Belgium.EU.net!news
  5. From: Lieven Tomme <ltom@lvd.be>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Please advise on uncommon kermit implementation
  8. Date: Wed, 20 Mar 1996 16:36:38 +0100
  9. Organization: LVD Company n.v.
  10. Lines: 29
  11. Message-ID: <31502606.62E94955@lvd.be>
  12. NNTP-Posting-Host: 193.74.13.254
  13. Mime-Version: 1.0
  14. Content-Type: text/plain; charset=us-ascii
  15. Content-Transfer-Encoding: 7bit
  16. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.1.59 i486)
  17.  
  18. Hello,
  19.  
  20. Thank you for reading.
  21.  
  22. Without explaining the backgrounds (to save your *and* my valuable
  23. time), I would appreciate advice towards the following need :
  24.  
  25. I need an implementation of a kermit server running on a PC under
  26. Windows 95, that should be able to handle 'get' and 'send' client
  27. requests in a special way :
  28.    - upon reception of a 'get', the server should roam several
  29.      user definable directories, dependant on the the requested
  30.      file name extension, in search for the particular file.
  31.    - upon reception of a send, the server should place the
  32.      particular file in a directory that depends solely on
  33.      the extension of the file name.
  34. The filenames themselves BTW can be 20 characters long, plus
  35. the extension. Transmission will go over an ordinary serial line.
  36.  
  37. The only "solution" I see at this moment, consists of incorporating
  38. that functionality in the sources. I believe I may be quite
  39. convinced that there is no such a thing as a combination of 
  40. a kermit version plus script that should make my day.
  41. And knowing that K95 sources are not being distributed, I don't
  42. know where to start ...
  43.  
  44. Looking forward to get on the road towards a solution,
  45.  
  46. Lieven